summaryrefslogtreecommitdiffstats
path: root/hl/c++/test/CMakeTests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/test/CMakeTests.cmake')
-rw-r--r--hl/c++/test/CMakeTests.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/hl/c++/test/CMakeTests.cmake b/hl/c++/test/CMakeTests.cmake
new file mode 100644
index 0000000..cb9454b
--- /dev/null
+++ b/hl/c++/test/CMakeTests.cmake
@@ -0,0 +1,8 @@
+
+##############################################################################
+##############################################################################
+### T E S T I N G ###
+##############################################################################
+##############################################################################
+
+ ADD_TEST (NAME hl_ptableTest COMMAND $<TARGET_FILE:hl_ptableTest>)