Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-14 | * Option --argstr for passing string arguments easily. (NIX-75) | Eelco Dolstra | |
2006-10-17 | * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and | Eelco Dolstra | |
the semantic changes. | |||
2006-09-24 | * Builtin function `getEnv' for getting environment variables. | Eelco Dolstra | |
2006-09-22 | * Builtin function `add' to add integers. | Eelco Dolstra | |
* Put common test functions in tests/lang/lib.nix. | |||
2006-08-22 | * Urgh (see NIX-56). | Eelco Dolstra | |
2006-08-17 | * Test for `nix-instantiate --eval-only --xml'. | Eelco Dolstra | |
2006-03-01 | * Simplification. | Eelco Dolstra | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | |
2004-10-27 | * Use `atdiff' instead of `cmp' for checking test output. | Eelco Dolstra | |
* 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 | |
* Add automated Nix expression language tests. |