summaryrefslogtreecommitdiff
path: root/cesar/common/make/test/project_synth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/common/make/test/project_synth/Makefile')
-rw-r--r--cesar/common/make/test/project_synth/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/cesar/common/make/test/project_synth/Makefile b/cesar/common/make/test/project_synth/Makefile
new file mode 100644
index 0000000000..cdc62ac448
--- /dev/null
+++ b/cesar/common/make/test/project_synth/Makefile
@@ -0,0 +1,12 @@
+BASE = ../../../..
+
+ECOS = y
+
+# This is an extra include.
+INCLUDES = common/make/test
+
+TARGET_PROGRAMS = test_ecos_synth
+test_ecos_synth_SOURCES = test_make.c
+test_ecos_synth_MODULES = lib common/make/test/modules/a
+
+include $(BASE)/common/make/top.mk