# File gstreamer/tests/tc_cpu.rb, line 23
    def test_cpuflags
        assert_bool Gst::Cpu.has_mmx?
        assert_bool Gst::Cpu.has_sse?
        assert_bool Gst::Cpu.has_mmxext?
        assert_bool Gst::Cpu.has_3dnow?
    end