From f71002f1b58ce61a0e8266777ba628ab6f15c23e Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 1 Feb 2019 15:08:31 +1100 Subject: [PATCH] Add missing stuff for a DHAT test. --- .gitignore | 1 + dhat/tests/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1d9850086c..cec920fd47 100644 --- a/.gitignore +++ b/.gitignore @@ -272,6 +272,7 @@ /dhat/tests/basic /dhat/tests/big /dhat/tests/empty +/dhat/tests/sig /dhat/tests/single # /docs/ diff --git a/dhat/tests/Makefile.am b/dhat/tests/Makefile.am index d1ad7e729d..5f0c43ebfd 100644 --- a/dhat/tests/Makefile.am +++ b/dhat/tests/Makefile.am @@ -8,6 +8,7 @@ EXTRA_DIST = \ basic.post.exp basic.stderr.exp basic.vgtest \ big.post.exp big.stderr.exp big.vgtest \ empty.post.exp empty.stderr.exp empty.vgtest \ + sig.post.exp sig.stderr.exp sig.vgtest \ single.post.exp single.stderr.exp single.vgtest check_PROGRAMS = \ -- 2.47.2