17 lines
455 B
Text
17 lines
455 B
Text
summary: Test to insure native modules can be built using nodejs-devel.
|
|
test: ./runtest.sh
|
|
framework: beakerlib
|
|
description: |
|
|
Nodejs-devel provides some libraries needed for building some nodejs-related packages.
|
|
This test insures they are present and can be used to build a module.
|
|
duration: 5m
|
|
require:
|
|
- nodejs-devel
|
|
- nodejs
|
|
- gcc-c++
|
|
contact:
|
|
- aradchen@redhat.com
|
|
- tjuhasz@redhat.com
|
|
tag: integration
|
|
component:
|
|
- nodejs-devel
|