diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T15·45+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T15·45+0000 |
commit | f69626ed3eb9314bbdf9b0fe5497a0c3a3465d31 (patch) | |
tree | e2ef3d1c2f841530bbf0c6023072108bc91d509b /tests/Makefile.am | |
parent | a07c68f05edd754e389e0757ed2deefd70aad364 (diff) |
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 88925fbd9065..fb4a2285c1d5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,5 +32,6 @@ EXTRA_DIST = $(TESTS) \ filter-source.nix \ export-graph.nix \ negative-caching.nix \ + binary-patching.nix \ $(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) \ common.sh.in |