waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

test_baz.py (179B)


      1 #! /usr/bin/env python
      2 # encoding: utf-8
      3 # Calle Rosenquist, 2017 (xbreak)
      4 
      5 import unittest
      6 
      7 class test_baz(unittest.TestCase):
      8 	
      9 	def test_import_baz_ext(self):
     10 		import baz_ext