diff options
author | Francis Dupont <fdupont@isc.org> | 2018-11-21 03:17:42 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-12-10 11:08:44 +0100 |
commit | c5b20a8cbac928abeb332664c24bb2d0ea11492e (patch) | |
tree | 4dbf92a75463519422562cf846ed1609dde25eed /src/lib/yang/tests/Makefile.am | |
parent | [309-remove-all-static-kea-versions-from-docs-that-refer-to-the-newest-releas... (diff) | |
download | kea-c5b20a8cbac928abeb332664c24bb2d0ea11492e.tar.xz kea-c5b20a8cbac928abeb332664c24bb2d0ea11492e.zip |
[204-move-models-] Checkpoint: moved modules, added revisions, updated pretests
Diffstat (limited to 'src/lib/yang/tests/Makefile.am')
-rw-r--r-- | src/lib/yang/tests/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/yang/tests/Makefile.am b/src/lib/yang/tests/Makefile.am index 047478b2ce..60cf09a6a1 100644 --- a/src/lib/yang/tests/Makefile.am +++ b/src/lib/yang/tests/Makefile.am @@ -12,8 +12,6 @@ CLEANFILES = *.gcno *.gcda TESTS_ENVIRONMENT = \ $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) -EXTRA_DIST = keatest-module.yang - TESTS = if HAVE_GTEST TESTS += run_unittests |