Searched refs:timeconst (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/bc/tests/bc/
H A Dtimeconst.sh28 # 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't
53 timeconst="$1"
56 timeconst="$testdir/scripts/timeconst.bc"
79 base=$(basename "$timeconst")
82 if [ ! -f "$timeconst" ]; then
83 printf 'Warning: %s does not exist\n' "$timeconst"
103 printf '%s\n' "$i" | bc -q "$timeconst" > "
[all...]
/freebsd-current/contrib/bc/
H A Dconfigure.sh1213 tests="test_bc timeconst test_dc"
1220 timeconst="@export BC_TEST_OUTPUT_DIR=\"$builddir/tests\"; \$(TESTSDIR)/bc/timeconst.sh \$(TESTSDIR)/bc/scripts/timeconst.bc \$(BC_EXEC)"
1295 tests="test_bc timeconst"
1314 timeconst="@printf 'timeconst cannot be run because bc is not built\\\\n'"
1995 contents=$(replace "$contents" "TIMECONST_ALL_TESTS" "$timeconst")
2076 contents=$(replace "$contents" "TIMECONST" "$timeconst")
H A Dconfigure1213 tests="test_bc timeconst test_dc"
1220 timeconst="@export BC_TEST_OUTPUT_DIR=\"$builddir/tests\"; \$(TESTSDIR)/bc/timeconst.sh \$(TESTSDIR)/bc/scripts/timeconst.bc \$(BC_EXEC)"
1295 tests="test_bc timeconst"
1314 timeconst="@printf 'timeconst cannot be run because bc is not built\\\\n'"
1995 contents=$(replace "$contents" "TIMECONST_ALL_TESTS" "$timeconst")
2076 contents=$(replace "$contents" "TIMECONST" "$timeconst")
H A DMakefile.in303 @printf ' timeconst runs the test on the Linux timeconst.bc script,\n'
380 timeconst:

Completed in 123 milliseconds