Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-14 | * Option --argstr for passing string arguments easily. (NIX-75) | Eelco Dolstra | 1 | -1/+5 | |
2006-10-17 | * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and | Eelco Dolstra | 1 | -4/+2 | |
the semantic changes. | |||||
2006-09-24 | * Builtin function `getEnv' for getting environment variables. | Eelco Dolstra | 1 | -0/+2 | |
2006-09-22 | * Builtin function `add' to add integers. | Eelco Dolstra | 1 | -3/+3 | |
* Put common test functions in tests/lang/lib.nix. | |||||
2006-08-22 | * Urgh (see NIX-56). | Eelco Dolstra | 1 | -7/+10 | |
2006-08-17 | * Test for `nix-instantiate --eval-only --xml'. | Eelco Dolstra | 1 | -1/+12 | |
2006-03-01 | * Simplification. | Eelco Dolstra | 1 | -4/+4 | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 1 | -0/+2 | |
2004-10-27 | * Use `atdiff' instead of `cmp' for checking test output. | Eelco Dolstra | 1 | -2/+2 | |
* Don't use local file names in tests since they will produce different parse trees depending on the current directory. | |||||
2004-10-27 | * Remove ancient Fix tests. | Eelco Dolstra | 1 | -0/+47 | |
* Add automated Nix expression language tests. |