From 256eeab7112da2d5fe1629ffb8b86640a894ee6d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 4 May 2004 12:15:30 +0000 Subject: * Allow the location of the store etc. to be specified using environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs. --- tests/simple.nix.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/simple.nix.in (limited to 'tests/simple.nix.in') diff --git a/tests/simple.nix.in b/tests/simple.nix.in new file mode 100644 index 000000000000..c2e944c7bb85 --- /dev/null +++ b/tests/simple.nix.in @@ -0,0 +1,6 @@ +derivation { + name = "simple"; + system = "@system@"; + builder = "@shell@"; + args = ["-e" "-x" ./simple.builder.sh]; +} \ No newline at end of file -- cgit 1.4.1