Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.bin/bmake/tests/basic/t1/legacy_test.sh
34889 views
1
#! /bin/sh
2
3
. $(dirname $0)/../../common.sh
4
5
# Description
6
DESC="A Makefile file with only a 'all:' file dependency specification."
7
8
# Run
9
TEST_N=1
10
TEST_1=
11
12
eval_cmd $*
13
14