summaryrefslogtreecommitdiff
path: root/cesar/lib/test/atox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/lib/test/atox/Makefile')
-rw-r--r--cesar/lib/test/atox/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cesar/lib/test/atox/Makefile b/cesar/lib/test/atox/Makefile
new file mode 100644
index 0000000000..3d87a51f03
--- /dev/null
+++ b/cesar/lib/test/atox/Makefile
@@ -0,0 +1,7 @@
+BASE = ../../..
+
+HOST_PROGRAMS = test_atox
+test_atox_SOURCES = test_atox.c
+test_atox_MODULES = lib
+
+include $(BASE)/common/make/top.mk