Skip to content

Commit 8e18f3b

Browse files
committed
testdir46: try 1.
1 parent 1092a2d commit 8e18f3b

976 files changed

Lines changed: 266757 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
@@ -89,7 +89,8 @@ done
8989
# testdir43: pthread_sigmask sigdelay
9090
# testdir44: uchar-h
9191
# testdir45: regex
92-
cd testdir45 || exit 1
92+
# testdir46: xstrtol
93+
cd testdir46 || exit 1
9394

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

testdir46/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)