summaryrefslogtreecommitdiff
blob: 1f0d75ab16e5046988062997ed37d52d7c00791f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{"profile": {
	"description": "This profile is used to test uprofile's capabilities.",
	"author": "mephx",
	"version": "0.1",
	"modules": [
		"python",
		"gcc"
	],
	"actions": {
		"python": [
			"bin 0",
			"test 1 1"
		],
		"gcc": [
			"bin 0"
		]
	}
}}