Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
7c3109ac
Commit
7c3109ac
authored
Nov 04, 2008
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add protogeni/test
parent
700971ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
0 deletions
+35
-0
configure
configure
+1
-0
configure.in
configure.in
+1
-0
protogeni/test/GNUmakefile.in
protogeni/test/GNUmakefile.in
+33
-0
No files found.
configure
View file @
7c3109ac
...
...
@@ -2602,6 +2602,7 @@ outfiles="$outfiles Makeconf GNUmakefile \
protogeni/GNUmakefile protogeni/security/GNUmakefile
\
protogeni/xmlrpc/GNUmakefile protogeni/lib/GNUmakefile
\
protogeni/scripts/GNUmakefile protogeni/etc/GNUmakefile
\
protogeni/test/GNUmakefile
\
collab/GNUmakefile
\
collab/trac/GNUmakefile
\
collab/jabber/GNUmakefile
\
...
...
configure.in
View file @
7c3109ac
...
...
@@ -971,6 +971,7 @@ outfiles="$outfiles Makeconf GNUmakefile \
protogeni/GNUmakefile protogeni/security/GNUmakefile \
protogeni/xmlrpc/GNUmakefile protogeni/lib/GNUmakefile \
protogeni/scripts/GNUmakefile protogeni/etc/GNUmakefile \
protogeni/test/GNUmakefile \
collab/GNUmakefile \
collab/trac/GNUmakefile \
collab/jabber/GNUmakefile \
...
...
protogeni/test/GNUmakefile.in
0 → 100644
View file @
7c3109ac
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2008 University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR = ../..
SUBDIR = protogeni/test
include $(OBJDIR)/Makeconf
# These scripts installed setuid, with sudo.
SETUID_BIN_SCRIPTS =
SETUID_SBIN_SCRIPTS =
SETUID_LIBX_SCRIPTS =
#
# Force dependencies on the scripts so that they will be rerun through
# configure if the .in file is changed.
#
all:
include $(TESTBED_SRCDIR)/GNUmakerules
install:
control-install:
clean:
rm -f *.o core *.pl *.pm *.py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment