]> git.draconx.ca Git - dxcommon.git/blobdiff - testsuite.at
Implement initial test suite.
[dxcommon.git] / testsuite.at
diff --git a/testsuite.at b/testsuite.at
new file mode 100644 (file)
index 0000000..aa5abaf
--- /dev/null
@@ -0,0 +1,10 @@
+dnl Copyright © 2015 Nick Bowler
+dnl
+dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+dnl This is free software: you are free to do what the fuck you want to.
+dnl There is NO WARRANTY, to the extent permitted by law.
+
+AT_INIT
+AT_COLOR_TESTS
+
+m4_include([tests/macros.at])