Searched refs:timeconst (Results 1 – 5 of 5) sorted by relevance
28 # Tests the timeconst.bc script from the Linux kernel build.29 # You can find the script at kernel/time/timeconst.bc in any Linux repo.50 # Gets the timeconst script, which could be a command-line argument. I don't53 timeconst="$1"56 timeconst="$testdir/scripts/timeconst.bc"79 base=$(basename "$timeconst")82 if [ ! -f "$timeconst" ]; then83 printf 'Warning: %s does not exist\n' "$timeconst"103 printf '%s\n' "$i" | bc -q "$timeconst" > "[all...]
1224 tests="test_bc timeconst test_dc"1231 timeconst="@export BC_TEST_OUTPUT_DIR=\"$builddir/tests\"; \$(TESTSDIR)/bc/timeconst.sh \$(TESTSDIR)/bc/scripts/timeconst.bc \$(BC_EXEC)"1306 tests="test_bc timeconst"1325 timeconst="@printf 'timeconst cannot be run because bc is not built\\\\n'"2058 contents=$(replace "$contents" "TIMECONST_ALL_TESTS" "$timeconst")2141 contents=$(replace "$contents" "TIMECONST" "$timeconst")
1231 timeconst="@export BC_TEST_OUTPUT_DIR=\"$builddir/tests\"; \$(TESTSDIR)/bc/timeconst.sh \$(TESTSDIR…1325 timeconst="@printf 'timeconst cannot be run because bc is not built\\\\n'"2058 contents=$(replace "$contents" "TIMECONST_ALL_TESTS" "$timeconst")2141 contents=$(replace "$contents" "TIMECONST" "$timeconst")
388 timeconst:
146 `tests/bc/scripts/timeconst.bc` doesn't exist. This should only affect