mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-12-12 11:51:15 +01:00
f043a94a02
This also includes the `buildcopy` feature that allows construction of complete Python packages in the build dir.
11 lines
179 B
Python
11 lines
179 B
Python
#! /usr/bin/env python
|
|
# encoding: utf-8
|
|
# Calle Rosenquist, 2017 (xbreak)
|
|
|
|
import unittest
|
|
|
|
class test_baz(unittest.TestCase):
|
|
|
|
def test_import_baz_ext(self):
|
|
import baz_ext
|