Lines Matching +full:reset +full:- +full:source

6 ----------------------------------------------------------------------------
10 The tests are invoked via the test.sh script or prove(1) from p5-Test-Harness.
16 tests are executed by cd-ing into that directory and invoking make. The
21 ./shell/builtin/ - directory with test stuff
22 /tmp/make.${USER}/shell/builtin - actual test directory
23 /tmp/make.${USER}/shell/builtin.OUTPUT - output files
27 setup - Set up the test environment by creating the test directory
31 run - Run the test and produce the output into the output
34 show - Show the result files on the screen.
36 compare - Compare the results in the output directory with those
37 in the test source directory. This just prints whether
40 diff - Diff the output files and the expected output files.
42 reset - Reset the test to its initial state.
44 clean - Remove both the test directory and the output directory.
50 test - Run setup, run and compare.
52 prove - Run setup, run, compare and clean. This is identically
55 desc - Print a short test description.
57 update - Update the expected results from the actual results.
61 % test.t [-v] [-m path_to_make_binary] command
68 % sh test.t -m `pwd`/../obj/make run
69 % MAKE_PROG=/usr/obj/usr/src/usr.bin/make/make prove -r
75 - Base directory for working files. If not set
79 - Path to the make program to test. If not set
85 - test source base directory. This is determined by
87 Therefor this can fail if a test source directory is
92 - subdirectory below WORK_BASE and SRC_BASE for current test
95 - ${WORK_BASE}/${SUBDIR}
98 - ${SRC_BASE}/${SUBDIR}
104 A one-line description of the test.
108 directories are created during setup and reset. When
109 the directory already exists (during reset) only the
116 are copied from the source to the working directory
117 during setup and reset. When the file already exists
118 (during reset) only the mode change is applied. Files
119 may be copied from/to sub-directories. The sub-directory
127 During setup and reset for each list element touch(1)
130 TEST_TOUCH="file1 '-t 200501011257'"
137 If a file with this name exists in the source directory
146 reset.