From de5601886a0f173397bd8109e8dda33565926f78 Mon Sep 17 00:00:00 2001 From: Daniel Salzman <daniel.salzman@nic.cz> Date: Wed, 16 Oct 2013 12:36:26 +0200 Subject: [PATCH] Update qtcreator files II --- Knot.files | 29 +++++++++++++++++++++++++++++ scripts/update-project-files.py | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/Knot.files b/Knot.files index 95c74db311..42ed99e3fa 100644 --- a/Knot.files +++ b/Knot.files @@ -255,3 +255,32 @@ src/zscanner/tests/tests.c src/zscanner/tests/tests.h src/zscanner/tests/zscanner-tool.c src/zscanner/zscanner.h +tests/acl.c +tests/base32hex.c +tests/base64.c +tests/conf.c +tests/descriptor.c +tests/dname.c +tests/dnssec_keys.c +tests/dnssec_nsec3.c +tests/dnssec_sign.c +tests/dnssec_zone_nsec.c +tests/dthreads.c +tests/events.c +tests/fdset.c +tests/hattrie.c +tests/journal.c +tests/rrl.c +tests/rrset.c +tests/runtests.c +tests/sample_conf.c +tests/sample_conf.h +tests/server.c +tests/slab.c +tests/tap/basic.c +tests/tap/basic.h +tests/tap/float.c +tests/tap/float.h +tests/tap/macros.h +tests/wire.c +tests/ztree.c diff --git a/scripts/update-project-files.py b/scripts/update-project-files.py index f5c4dea443..3cd3099e58 100755 --- a/scripts/update-project-files.py +++ b/scripts/update-project-files.py @@ -14,7 +14,7 @@ SOURCES = [ # sources "src/*.c", "src/*.h", "src/*.rl", "src/*.l", - "src/*.y", + "src/*.y", "tests/*.c", "tests/*.h", ] OUTPUT_FILE = "Knot.files" -- GitLab