summaryrefslogtreecommitdiff
path: root/cesar/cp/spoc/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/spoc/test/Makefile')
-rwxr-xr-xcesar/cp/spoc/test/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/cesar/cp/spoc/test/Makefile b/cesar/cp/spoc/test/Makefile
new file mode 100755
index 0000000000..439b2e2572
--- /dev/null
+++ b/cesar/cp/spoc/test/Makefile
@@ -0,0 +1,11 @@
+BASE = ../../..
+
+INCLUDES = cp/spoc/test
+
+EXTRA_HOST_CFLAGS=-O3
+EXTRA_HOST_LDFLAGS=-lm
+HOST_PROGRAMS = test_coeff_check
+test_coeff_check_SOURCES = test_coeff_check.c
+test_coeff_check_MODULES = lib
+
+include $(BASE)/common/make/top.mk