diff options
| author | 2023-02-07 17:48:28 +0000 | |
|---|---|---|
| committer | 2023-02-07 17:48:28 +0000 | |
| commit | 705346372df1fee924c3f6d8bb7413fa2ed587e8 (patch) | |
| tree | e5b4d2e04935faf584ff45f92b209057cfbafaae /Makefile | |
| parent | move python (diff) | |
move tests
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -test_encode_decode: test_encode_decode.c creole.c creole.h - $(CC) test_encode_decode.c -Wall -pedantic -std=c89 -g -fopenmp -o test_encode_decode -test_creole: test_creole.c creole.c creole.h greatest.h - $(CC) -g test_creole.c -Wall -pedantic -std=c89 -o test_creole +c_test/encode_decode: c_test/encode_decode.c creole.c creole.h + $(CC) c_test/encode_decode.c -Wall -pedantic -std=c89 -g -fopenmp -o c_test/encode_decode +c_test/creole: c_test/creole.c creole.c creole.h greatest.h + $(CC) -g c_test/creole.c -Wall -pedantic -std=c89 -o c_test/creole |
