aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-02-07 17:48:28 +0000
committerGravatar Peter McGoron 2023-02-07 17:48:28 +0000
commit705346372df1fee924c3f6d8bb7413fa2ed587e8 (patch)
treee5b4d2e04935faf584ff45f92b209057cfbafaae /Makefile
parentmove python (diff)
move tests
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 49c74b9..dc6c3c2 100644
--- a/Makefile
+++ b/Makefile
@@ -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