diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-14 07:46:43 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-14 07:46:43 +0200 |
commit | ba04d2889a4e017c6043bac9951f722e60b63bc5 (patch) | |
tree | 1267f9264dfe81aadeac46446ee6122a5abe5190 /src/libctor.h | |
parent | f7fda8ca8841552b54ce72ed8ca9156cc09368d0 (diff) |
Add suport for building and running unittests with the 'check' target.
Diffstat (limited to 'src/libctor.h')
-rw-r--r-- | src/libctor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libctor.h b/src/libctor.h index d0a0080..4ad0e32 100644 --- a/src/libctor.h +++ b/src/libctor.h @@ -13,6 +13,7 @@ enum class TargetType StaticLibrary, DynamicLibrary, Object, + UnitTest, }; enum class Language |