Skip to content

Commit 6d202e7

Browse files
committed
testdir37: try 1.
1 parent 86c73cd commit 6d202e7

567 files changed

Lines changed: 164143 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build-on.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ done
8080
# testdir34: chown chownat fchownat lchown
8181
# testdir35: coreutils-9.8
8282
# testdir36: posix_spawn_file_actions_addclose
83-
cd testdir36 || exit 1
83+
# testdir37: boot-time, readutmp
84+
cd testdir37 || exit 1
8485

8586
# Bring the time stamps into an order that will not require autoconf, automake, etc. to run again.
8687
sleep 1; touch `find . -name aclocal.m4 -type f`

testdir37/Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Process this file with automake to produce Makefile.in.
2+
3+
AUTOMAKE_OPTIONS = 1.14 foreign
4+
5+
SUBDIRS = gllib glm4 gltests
6+
7+
ACLOCAL_AMFLAGS = -I glm4

0 commit comments

Comments
 (0)