diff options
author | Alfred E. Heggestad <aeh@db.org> | 2015-09-30 22:31:46 +0200 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2015-09-30 22:31:54 +0200 |
commit | a24ade0a3bdede676c4c85198ed3f1c000efaeff (patch) | |
tree | 4852712930cc37fdfe9a5f9c99fcd1cd8f4392d6 /test/srcs.mk | |
parent | 3ba837ff863b6fcce6ebfc22f9c79eaf8d82fadb (diff) |
test: added a test for C++ api compatibility
Diffstat (limited to 'test/srcs.mk')
-rw-r--r-- | test/srcs.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/srcs.mk b/test/srcs.mk index df16f8b..4115fdb 100644 --- a/test/srcs.mk +++ b/test/srcs.mk @@ -10,4 +10,6 @@ TEST_SRCS += ua.c TEST_SRCS += sip_server.c TEST_SRCS += test.c +TEST_SRCS += cplusplus.c + TEST_SRCS += main.c |