-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
41 lines (29 loc) · 858 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# *File originally created by PDQTest*
all:
cd .pdqtest && bundle exec pdqtest all
fast:
cd .pdqtest && bundle exec pdqtest fast
acceptance:
cd .pdqtest && bundle exec pdqtest acceptance
shell:
cd .pdqtest && bundle exec pdqtest --keep-container acceptance
setup:
cd .pdqtest && bundle exec pdqtest setup
shellnopuppet:
cd .pdqtest && bundle exec pdqtest shell
logical:
cd .pdqtest && bundle exec pdqtest logical
pdqtestbundle:
# Install all gems into _normal world_ bundle so we can use all of em
cd .pdqtest && pwd && bundle install
docs:
cd .pdqtest && pwd && bundle exec "cd ..&& puppet strings generate --format markdown"
Gemfile.local:
echo "[🐌] Creating symlink and running pdk bundle..."
ln -s Gemfile.project Gemfile.local
$(MAKE) pdkbundle
pdkbundle:
pdk bundle install
clean:
rm -rf pkg
rm -rf spec/fixtures/modules