summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2016-10-25 18:33:03 +0200
committerRichard Braun <rbraun@sceen.net>2016-10-25 18:33:03 +0200
commita3dce644e8b82d7802a779e2cbeefd8fb6067063 (patch)
tree83de29bcac161a4f6d5424ae6a709a4ba1ec64c6 /Makefile.am
parent4996cbc643d9d6c01cbc4c236df022d8d896909e (diff)
check: new module
This module defines a single check macro that acts as a non conditional assert. It is intended for test code only.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 39bc14b..065d351 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,7 @@ librbraun_la_SOURCES = \
bitmap.c \
bitmap.h \
bitmap_i.h \
+ check.h \
cpu.h \
error.c \
error.h \