summaryrefslogtreecommitdiff
path: root/i/simulotron/src/utils/Makefile.incl.am
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/src/utils/Makefile.incl.am')
-rw-r--r--i/simulotron/src/utils/Makefile.incl.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/i/simulotron/src/utils/Makefile.incl.am b/i/simulotron/src/utils/Makefile.incl.am
new file mode 100644
index 0000000..68564f1
--- /dev/null
+++ b/i/simulotron/src/utils/Makefile.incl.am
@@ -0,0 +1,4 @@
+errno_exception_S = utils/errno_exception.hh
+check_PROGRAMS += test_errno_exception
+test_errno_exception_SOURCES = utils/test_errno_exception.cc \
+ $(errno_exception_S)