Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.bin/bmake/tests/basic/t3/legacy_test.sh
34879 views
1
#! /bin/sh
2
3
. $(dirname $0)/../../common.sh
4
5
# Description
6
DESC="No Makefile file, no command line target."
7
8
# Run
9
TEST_N=1
10
TEST_1=
11
12
eval_cmd $*
13
14