summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-18 16:15:56 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-18 16:15:56 +0000
commit257deb32c83dbdd989d2021cdbd5ad7dbb28386f (patch)
tree2a29e2222196f351e62e1316ddaeefcb405fbb1a /test/Makefile
downloadlibnsutils-257deb32c83dbdd989d2021cdbd5ad7dbb28386f.tar.gz
libnsutils-257deb32c83dbdd989d2021cdbd5ad7dbb28386f.tar.bz2
Initial nsutils library with base64 implementation an tests
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..1a86ed0
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,3 @@
+DIR_TEST_ITEMS := base64:base64.c
+
+include $(NSBUILD)/Makefile.subdir